home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / glossary.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2007-07-06  |  14.2 KB  |  292 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  4.     %brandDTD;
  5. ]
  6. >
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10.     <title>Glossary</title>
  11.     <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  12. </head>
  13.  
  14. <body>
  15.  
  16. <p>This glossary is provided for your information only; it is not meant to be relied
  17.   upon as a complete or authoritative description of the terms defined below or of
  18.   the privacy and/or security ramifications of the technologies described.</p>
  19. <hr/>
  20.  
  21. <h1 id="glossary">Glossary</h1>
  22.  
  23. <dl>
  24.  
  25. <dt id="authentication">authentication</dt>
  26. <dd>The use of a password, certificate, personal identification number
  27.   (PIN), or other information to validate an identity over a computer
  28.   network.</dd>
  29.  
  30. <dt id="bookmark">bookmark</dt>
  31. <dd>A stored web page address (<a href="#Uniform_Resource_Locator">URL</a>)
  32.   that you can go to easily by clicking a bookmark icon in the Bookmarks Toolbar
  33.   or choosing the bookmark's name from the Bookmarks menu.</dd>
  34.  
  35. <dt id="Bookmarks_Toolbar">Bookmarks Toolbar</dt>
  36. <dd>The customizable toolbar that appears just below the Location Bar by
  37.   default in &brandShortName;. It contains buttons for your favorite bookmarks
  38.   (or folders containing groups of bookmarks) that you can add or remove.</dd>
  39.  
  40. <dt id="cache">cache</dt>
  41. <dd>A collection of web page copies stored on your computer's hard disk or in
  42.   its random-access memory (RAM). &brandShortName; accumulates these copies as you
  43.   browse the Web. When you click a link or type a
  44.   <a href="#Uniform_Resource_Locator">URL</a> to fetch a particular web page for
  45.   which the cache already contains a copy, &brandShortName; compares the cached copy
  46.   to the original. If there have been no changes, &brandShortName; uses the cached
  47.   copy rather than refetching the original, saving processing and download time.</dd>
  48.  
  49. <dt id="certificate">certificate</dt>
  50. <dd>The digital equivalent of an ID card. A certificate specifies the name of an
  51.   individual, company, or other entity and certifies that a public key, which
  52.   is included in the certificate, belongs to that entity. When you digitally
  53.   sign a message or other data, the digital signature for that message is
  54.   created with the aid of the private key that corresponds to the public key
  55.   in your certificate.</dd>
  56.  
  57. <dt id="client">client</dt>
  58. <dd>Software (such as an Internet browser) that sends requests to and receives
  59.   information from a <a href="#server">server</a>, which is usually running
  60.   on a different computer. A computer on which client software runs is also
  61.   described as a client.</dd>
  62.  
  63. <dt id="cookie">cookie</dt>
  64. <dd>A small bit of information stored on your computer by some web sites. When
  65.   you visit such a site, the site asks &brandShortName; to place one or more cookies
  66.   on your hard disk. Later, when you return to the site, &brandShortName; sends the
  67.   site the cookies that belong to it. Cookies help web sites keep track of
  68.   information about you, such as the contents of your shopping cart. You can set
  69.   your cookies options to control how cookies are used and how much information
  70.   you are willing to let web sites store on them.</dd>
  71.  
  72. <dt id="cryptography">cryptography</dt>
  73. <dd>The art and practice of scrambling (encrypting) and unscrambling (decrypting)
  74.   information. For example, cryptographic techniques are used to scramble and unscramble
  75.   information flowing between commercial web sites and &brandShortName;.</dd>
  76.  
  77. <dt id="decryption">decryption</dt>
  78. <dd>The process of unscrambling data that has been encrypted. See also
  79.   <a href="#encryption">encryption</a>.</dd>
  80.  
  81. <dt id="digital_ID">digital ID</dt>
  82. <dd>See <a href="#certificate">certificate</a>.</dd>
  83.  
  84. <dt id="encryption">encryption</dt>
  85. <dd>The process of scrambling information in a way that disguises its meaning.
  86.   For example, encrypted connections between computers make it very difficult
  87.   for third-parties to unscramble, or <em>decrypt,</em> information flowing
  88.   over the connection. Encrypted information can be decrypted only by someone
  89.   who possesses the appropriate key.</dd>
  90.  
  91. <dt id="XML">Extensible Markup Language (XML)</dt>
  92. <dd>An open standard for describing data. Unlike HTML, XML allows the
  93.   developer of a web page to define special tags. For more information,
  94.   see the online W3C document <a href="http://www.w3.org/XML/">Extensible
  95.   Markup Language (XML)</a>.</dd>
  96.  
  97. <dt id="feed">feed</dt>
  98. <dd>An <a href="#XML">XML</a> web page that contains a list of links to
  99.   other web pages.  Special programs can read feeds to create a list
  100.   of headlines from the links, automatically updating the list as it changes.
  101.   News web sites use feeds to quickly publish the latest headlines, and
  102.   personal online journals often use feeds to quickly notify visitors about
  103.   new entries.  See also <a href="#live_bookmark">Feedmark</a>.</dd>
  104.  
  105. <dt id="File_Transfer_Protocol">File Transfer Protocol (FTP)</dt>
  106. <dd>A standard that allows users to transfer files from one computer to
  107.   another over a network. You can use &brandShortName; to fetch files
  108.   using FTP.</dd>
  109.  
  110. <dt id="FIPS_PUBS_140-1">FIPS PUBS 140-1</dt>
  111. <dd>Federal Information Processing Standards Publications (FIPS PUBS) 140-1 is
  112.   a US government standard for implementations of cryptographic modules —
  113.   hardware or software that encrypts and decrypts data or performs other
  114.   cryptographic operations (such as creating or verifying digital signatures).
  115.   Many products sold to the US government must comply with one or more of the
  116.   FIPS standards.</dd>
  117.  
  118. <dt id="home_page">home page</dt>
  119. <dd>The page &brandShortName; is set to display every time you launch it or when you
  120.   click the <em>Home</em> button. Also used to refer to the main page for a
  121.   web site from which you can explore the rest of the site.</dd>
  122.  
  123. <dt id="Hypertext_Markup_Language">Hypertext Markup Language (HTML)</dt>
  124. <dd>The document format used for web pages. The HTML standard defines tags, or
  125.   codes, used to define the text layout, fonts, style, images, and other
  126.   elements that make up a web page.</dd>
  127.  
  128. <dt id="Internet">Internet</dt>
  129. <dd>A worldwide network of millions of computers that communicate with each
  130.   other using standard protocols such as
  131.   <a href="#TCP_IP">TCP/IP</a>.
  132.   Originally developed for the US military in 1969, the Internet grew to include
  133.   educational and research institutions and, in the late 1990s, millions of
  134.   businesses, organizations, and individuals. Today the Internet is used for email,
  135.   browsing the <a href="#World_Wide_Web">World Wide Web</a>, instant messaging,
  136.   mailing lists and usegroups, and many other purposes.</dd>
  137.  
  138. <dt id="Internet_protocol_address">Internet protocol address (IP address)</dt>
  139. <dd>The address of a computer on a
  140.   <a href="#TCP_IP">TCP/IP</a> network.
  141.   Every computer on the Internet has an IP address. <a href="#client">Clients</a>
  142.   have either a permanent IP address or one that is dynamically assigned to them
  143.   each time they connect with the network.</dd>
  144.  
  145. <dt id="Java">Java</dt>
  146. <dd>A programming language developed by Sun Microsystems. A single Java program
  147.   can run on many different kinds of computers, thus avoiding the need for
  148.   programmers to create a separate version of each program for each kind of
  149.   computer. After Java is installed, &brandShortName; can automatically download
  150.   and run Java programs (also called applets).</dd>
  151.  
  152. <dt id="JavaScript">JavaScript</dt>
  153. <dd>A scripting language commonly used to construct web pages. Programmers use
  154.   JavaScript to make web pages more interactive; JavaScript is often used to
  155.   dynamically validate forms and select buttons. JavaScript can be used with
  156.   Java, but it is technically a separate language. Java is not required for
  157.   JavaScript to work correctly.</dd>
  158.  
  159. <dt id="live_bookmark">Feedmark</dt>
  160. <dd>A special type of bookmark that acts as a folder to contain the links in a
  161.   <a href="#feed">feed</a>.  You can create a Feedmark by visiting a site
  162.   with a feed, clicking on the Feedmark icon in the Location Bar, and
  163.   selecting the feed you wish to use.</dd>
  164.  
  165. <dt id="location_bar">Location Bar</dt>
  166. <dd>The field (and associated buttons) near the top of a &brandShortName; window
  167.   where you can type a <a href="#Uniform_Resource_Locator">URL</a> or search terms.</dd>
  168.  
  169. <dt id="master_password">master password</dt>
  170. <dd>A password used to protect saved passwords and other private data.
  171.   &brandShortName; will prompt you for your master password when you wish to
  172.   access this data. If you have multiple security devices, each security device
  173.   will require a separate master password.</dd>
  174.  
  175. <dt id="navigation_toolbar">Navigation Toolbar</dt>
  176. <dd>The toolbar near the top of the &brandShortName; window that includes
  177.   the <em>Back</em> and <em>Forward</em> buttons.</dd>
  178.  
  179. <dt id="Password_Manager">Password Manager</dt>
  180. <dd>The part of &brandShortName; that can help you remember some or all of
  181.   your names and passwords by storing them on your computer's hard disk and
  182.   entering them for you automatically when you visit such sites.</dd>
  183.  
  184. <dt id="PKCS_11">PKCS #11</dt>
  185. <dd>The public-key cryptography standard that governs security devices such
  186.   as smart cards.</dd>
  187.  
  188. <dt id="Plugin">Plugin</dt>
  189. <dd>Plugins add new capabilities to &brandShortName;, such as the ability to
  190.   play audio or video clips. Unlike other kinds of helper applications, a Plugin
  191.   installs itself into the Plugins directory within the main
  192.   &brandShortName; installation directory and typically can be opened within
  193.   &brandShortName; itself (internally). For example, an audio Plugin lets you
  194.   listen to audio files on a web page or in an e-mail message. Macromedia
  195.   Flash Player and Java are both examples of Plugin applications.</dd>
  196.  
  197. <dt id="private_key">private key</dt>
  198. <dd>One of a pair of keys used in public-key cryptography. The private key is 
  199. kept secret and is used to decrypt data that has been encrypted with the 
  200. corresponding public key.</dd>
  201.  
  202. <dt id="proxy">proxy</dt>
  203. <dd>An intermediary or "go-between" program that acts as both a
  204.   <a href="#server">server</a> and a <a href="#client">client</a> for
  205.   the purpose of making requests on behalf of other clients.</dd>
  206.  
  207. <dt id="search_engine">search engine</dt>
  208. <dd>A web-based program that allows users to search for and retrieve
  209.   specific information from the World Wide Web. The search engine may
  210.   search the full text of web documents or a list of keywords; it may
  211.   also use librarians who review web documents and index them manually
  212.   for retrieval. Typically, the user types a word or phrase into a
  213.   search box, and the search engine displays links to relevant web
  214.   pages.</dd>
  215.  
  216. <dt id="secure_site">secure site</dt>
  217. <dd>A site that uses <a href="#encryption">encryption</a> in connections
  218.   with &brandShortName; to prevent other malicious Internet users from
  219.   viewing transmitted data.  When you visit secure sites, &brandShortName;
  220.   displays a lock icon in the <a href="#Status_Bar">Status Bar</a> and the
  221.   <a href="#location_bar">Location Bar</a>.  &brandShortName; also
  222.   displays the site's domain name in the Status Bar (to prevent malicious
  223.   sites from stealing your data) and turns the background of the Location
  224.   Bar to yellow.</dd>
  225. <dd>Some sites may consist of both secure and insecure data; the insecure data
  226.   usually is non-private, although it isn't guaranteed to be so.  For such
  227.   sites &brandShortName; will display a lock icon with a slash through it in
  228.   the Status Bar and Location Bar and will <em>not</em> display the site's
  229.   domain name in the Status Bar so that you know that the current web page
  230.   isn't completely secure.</dd>
  231.  
  232. <dt id="SSL">Secure Sockets Layer (SSL)</dt>
  233. <dd>A protocol that allows mutual authentication between a
  234.   <a href="#client">client</a> and a <a href="#server">server</a>
  235.   for the purpose of establishing an authenticated and encrypted
  236.   connection. SSL runs above TCP/IP and below HTTP, LDAP, IMAP, NNTP,
  237.   and other high-level network protocols. The new Internet Engineering
  238.   Task Force (IETF) standard called Transport Layer Security (TLS) is
  239.   based on SSL. See also <a href="#authentication">authentication</a>,
  240.   <a href="#encryption">encryption</a>.</dd>
  241.  
  242. <dt id="server">server</dt>
  243. <dd>Software (such as software that serves up web pages) that receives
  244.   requests from and sends information to a <a href="#client">client</a>,
  245.   which is usually running on a different computer. A computer on which
  246.   server software runs is also described as a server.</dd>
  247.  
  248. <dt id="Status_Bar">Status Bar</dt>
  249. <dd>The toolbar that appears at the bottom of any &brandShortName; window. It
  250.   shows status icons on the right.</dd>
  251.  
  252. <dt id="TLS">TLS</dt>
  253. <dd>See <a href="#SSL">Secure Sockets Layer (SSL)</a>.</dd>
  254.  
  255. <dt id="TCP_IP">Transmission Control Protocol/Internet Protocol (TCP/IP)</dt>
  256. <dd>A Unix protocol used to connect computers running a variety of operating systems.
  257.   TCP/IP is an essential Internet protocol and has become a global standard.</dd>
  258.  
  259. <dt id="Uniform_Resource_Locator">Uniform Resource Locator (URL)</dt>
  260. <dd>The standardized address that tells &brandShortName; how to locate a file or
  261.   other resource on the Web (for example, <tt>http://www.mozilla.org</tt>).
  262.   Type URLs into &brandShortName;'s Location Bar to access web pages. URLs
  263.   are also used in the links on web pages go to other web pages. Also known
  264.   as an Internet or Web address.</dd>
  265.  
  266. <dt id="web_page">web page</dt>
  267. <dd>A single document on the World Wide Web that is specified by a unique
  268.   address or URL.  A web page may contain text, hyperlinks, and graphics.</dd>
  269.  
  270. <dt id="web_site">web site</dt>
  271. <dd>A group of related web pages linked by hyperlinks and managed by a single
  272.   company, organization, or individual. A web site may include text, graphics,
  273.   audio and video files, and links to other web sites.</dd>
  274.  
  275. <dt id="World_Wide_Web">World Wide Web</dt>
  276. <dd>Also known as the Web. A portion of the Internet that is made up of web
  277.   pages stored by web <a href="#server">servers</a> and displayed by
  278.   <a href="#client">clients</a> called web browsers (such as
  279.   &brandShortName;).</dd>
  280.  
  281. </dl>
  282.  
  283. <p>
  284. [ <a href="#glossary">Return to beginning of Glossary</a> ]
  285. </p>
  286.  
  287. <div class="contentsBox"><em>07 April 2005</em></div>
  288. <p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer Project.</p>
  289.  
  290. </body>
  291. </html>
  292.